AConfiguration_diff

Perform a diff between two configurations. Returns a bit mask of ACONFIGURATION_* constants, each bit set meaning that configuration element is different between them.

extern (C) nothrow @nogc
int
AConfiguration_diff
(
AConfiguration* config1
,
AConfiguration* config2
)

Meta